home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Splash.ex_ / 0 / RCDATA / TCONTACTFORM1 / TCONTACTFORM1.txt < prev   
Encoding:
Text File  |  1998-10-18  |  2.0 KB  |  102 lines

  1. object ContactForm1: TContactForm1
  2.   Left = 50
  3.   Top = 150
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = RadioGroup
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Credits and Contact Information'
  10.   ClientHeight = 268
  11.   ClientWidth = 362
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label4: TLabel
  23.     Left = 28
  24.     Top = 172
  25.     Width = 53
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'E-Mail:'
  29.   end
  30.   object Label5: TLabel
  31.     Left = 28
  32.     Top = 200
  33.     Width = 53
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = 'Web page:'
  37.   end
  38.   object Image1: TImage
  39.     Left = 28
  40.     Top = 64
  41.     Width = 32
  42.     Height = 32
  43.     Hint = 'Boit!'
  44.     AutoSize = True
  45.     Center = True
  46.     ParentShowHint = False
  47.     Picture.Data = {<image000.ico>}
  48.     ShowHint = True
  49.   end
  50.   object OKButton: TButton
  51.     Left = 91
  52.     Top = 232
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 0
  60.   end
  61.   object RadioGroup: TRadioGroup
  62.     Left = 93
  63.     Top = 9
  64.     Width = 252
  65.     Height = 140
  66.     ItemIndex = 0
  67.     Items.Strings = (
  68.       'John Croudy (Author)'
  69.       'Satu Ilva (Feedback and testing)'
  70.       'Pink Mouse (Producer)'
  71.       'Jordan Russell (ToolBar97)'
  72.       'Chris Losinger (JPEG library wrapper)')
  73.     TabOrder = 1
  74.     OnClick = RadioGroupClick
  75.   end
  76.   object Edit1: TEdit
  77.     Left = 92
  78.     Top = 168
  79.     Width = 253
  80.     Height = 21
  81.     ReadOnly = True
  82.     TabOrder = 2
  83.   end
  84.   object Edit2: TEdit
  85.     Left = 92
  86.     Top = 196
  87.     Width = 253
  88.     Height = 21
  89.     ReadOnly = True
  90.     TabOrder = 3
  91.   end
  92.   object BrowserButton: TButton
  93.     Left = 184
  94.     Top = 232
  95.     Width = 161
  96.     Height = 25
  97.     Caption = '&Open in Default Browser'
  98.     TabOrder = 4
  99.     OnClick = BrowserButtonClick
  100.   end
  101. end
  102.